Skip to content

feat: Bootclasspath patch generator tool#40

Merged
guillerodriguez merged 1 commit intoingelabs:masterfrom
phvega:feat/glibj-patch
Mar 24, 2026
Merged

feat: Bootclasspath patch generator tool#40
guillerodriguez merged 1 commit intoingelabs:masterfrom
phvega:feat/glibj-patch

Conversation

@phvega
Copy link
Copy Markdown
Collaborator

@phvega phvega commented Mar 24, 2026

New glibj patch generator tool added through the use of two new shell scripts

scripts/list-changed-classes.sh lists glibj java source files changed between a given git ref and HEAD.

  • Supports an optional --exclude FILE to skip specific files or directories
  • Script output is suitable for piping directly into the second script

scripts/build-patch.sh receives a list of java source paths either from a file or stdin, resolves to their corresponding .class file(s) and packages them into a patch zip (lib/glibj-patch.zip by default, modifiable with --output).

Typical workflow is:

# After manually building on target HEAD
scripts/list-changed-classes.sh 0.99 | scripts/build-patch.sh

@phvega phvega requested a review from guillerodriguez March 24, 2026 10:19
Signed-off-by: Pedro Hernández <pedrohdezmlg@gmail.com>
@phvega phvega force-pushed the feat/glibj-patch branch from 72efd8f to 37c69cd Compare March 24, 2026 10:39
@guillerodriguez guillerodriguez merged commit 68d19d2 into ingelabs:master Mar 24, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants